home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / bgrdr12.zip / READ.BAT < prev    next >
DOS Batch File  |  1990-06-01  |  476b  |  21 lines

  1. @echo off
  2. rem
  3. rem This is a sample batch file that demonstrates the EVENT feature
  4. rem
  5. bgrdr c:\bgrdr /e14:00
  6. rem
  7. rem The Event Timer has been set to 2:00 p.m.
  8. rem
  9. if errorlevel 255 goto event
  10. goto end
  11. :event
  12. echo ** Running Event **
  13. rem
  14. rem Now this will run your communications program and execute the script to
  15. rem pick up new mail on the board.  I use GT Power.
  16. rem
  17. gr1550 getmail.scr @xxxx-xxxx
  18. read.bat
  19. :end
  20. echo ** Thank you for using the Reader **
  21.